func os.checkSymlink
7 uses
os (current package)
root_openat.go#L414: err = checkSymlink(dirfd, parts[i], syscall.ENOTDIR)
root_unix.go#L69: err = checkSymlink(parent, name, err)
root_unix.go#L92: err = checkSymlink(parent, name, err)
root_unix.go#L120: err = checkSymlink(parent, name, err)
root_unix.go#L139: return nil, checkSymlink(parent, n, syscall.ELOOP)
root_unix.go#L171: if err := checkSymlink(parent, name, nil); err != nil {
root_unix.go#L277: func checkSymlink(parent int, name string, origError error) error {
 |
The pages are generated with Golds v0.8.5. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |